html{
    overflow-y: scroll;
    height: 100%;
}
body{
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
.bg{
    /*position: absolute;*/
    position: relative;
    height: 100%;
    width: 100%;
    top:0px;
    left: 0px;
    background-color: #f5f5f5;
    /*background-image: url('../../img/ZYBJ.png');*/
    z-index: -1;
    background-size: 100% auto;
    background-position: top;
}
.page-main .bg{
    position: absolute !important;
}

.top {
    /*background-image: url('../../img/TOP1.png');*/
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /*width: 500px;*/
    margin: 0px auto;
    height: 60px;
    padding: 10px 0px;
    text-align: center;

}
.top .top-link-box{
    display: inline-block;
    padding: 0px 10px;
    background: rgba(35, 116, 182, 0.4);
    border-radius: 40px;
}
.top a{
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid white;
    text-align: center;
    margin: 13px 0px;
    line-height: 14px;
    font-size: 14px;
    color: white;
}
.top a:last-child{
    border-right: 0px solid white;
}
a.english{
    border-right: 0px solid white;
}